GATHERD.CONF(5) | Linux Programmers Manual | GATHERD.CONF(5) |
NAME¶
gatherd.conf - SBLIM metric repository daemon configuration file
DESCRIPTION¶
The file gatherd.conf is read by gatherd(8) at startup. Each line consists of a configuration option value pair delimited by an '=' character. A '#' (number sign) indicates the beginning of a comment.
OPTIONS¶
RepositoryHost=addr
RepositoryPort=port
TraceLevel=level
TraceFile=file
TraceComponents=comps[:comps...]
PluginDirectory=dir
AutoLoad=plugin[:plugin...]
SampleInterval=secs
WARNING: This config option should only be used for debugging purposes. It overrides the per metric defined sample interval of all plugins, and really short intervals can introduce skew in the data due to seconds not being a high enough sample resolution.
Synchronization=0|1
1 synchronized relative to Jan, 1st, 1970, 00:00
0 unsynchronized, will be scheduled asap
Default is 1.
BUGS¶
The SBLIM project maintains a mailing list to which you should direct all questions regarding sfcb, sfcc, wbemcli, the metric data gatherer, or any of the SBLIM providers. To subscribe to this list visit:
Please report bugs you discover to the bug tracker. The SBLIM project bug tracking page can be found at:
AUTHORS¶
Please refer to the AUTHORS file distributed with sblim-gather.
COPYRIGHT¶
Copyright © 2003-2012 IBM Corp.
LICENSE¶
gatherd.conf is distributed under the terms of the Eclipse Public License ("Agreement"). Any use, reproduction or distribution of this program constitutes recipeients acceptance of the agreement.
You can obtain a current copy of the Eclipse Public License from http://www.opensource.org/licenses/eclipse-1.0.php
SEE ALSO¶
11/01/2018 | sblim-gather-2.2.8 |